ConnectorLines Property (Waterfall<T>)
In This Topic
Gets or sets a value that determines whether to show connector lines.
Syntax
'Declaration
Public Property ConnectorLines As System.Boolean
'Usage
Dim instance As Waterfall(Of T)
Dim value As System.Boolean
instance.ConnectorLines = value
value = instance.ConnectorLines
public System.bool ConnectorLines {get; set;}
public read-write property ConnectorLines: System.Boolean;
public function get,set ConnectorLines : System.boolean
public: __property System.bool get_ConnectorLines();
public: __property void set_ConnectorLines(
System.bool value
);
public:
property System.bool ConnectorLines {
System.bool get();
void set ( System.bool value);
}
See Also